From ac4eb3fe09f570e19f4c9d5903ba0b1faa1c3467 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 29 Jan 2026 19:55:00 -0500 Subject: Fixing CSS style sheet contrasts On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/waybar/style/[Colored] Translucent.css modified: config/waybar/style/[Wallust] Box type.css --- config/waybar/style/[Wallust] Box type.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/waybar/style/[Wallust] Box type.css') diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css index 8157810b..a641762e 100644 --- a/config/waybar/style/[Wallust] Box type.css +++ b/config/waybar/style/[Wallust] Box type.css @@ -51,8 +51,8 @@ window#waybar.empty #window { #taskbar button.active, #workspaces button.active { - color: @color12; - background-color: @foreground; + color: @foreground; + background-color: @color0; padding-left: 4px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; @@ -61,11 +61,12 @@ window#waybar.empty #window { #taskbar button.focused, #workspaces button.focused { - color: @color4; + color: @color14; + background-color: @color0; } #workspaces button.urgent { - color: #11111b; + color: #ffffff; border-radius: 10px; } -- cgit v1.2.3